home *** CD-ROM | disk | FTP | other *** search
- Path: news.tamu.edu!tam2000!ewm1006
- From: ewm1006@tam2000.tamu.edu (Erik Wayne Mckee)
- Newsgroups: comp.lang.c
- Subject: System command
- Date: 1 Apr 1996 03:53:41 GMT
- Organization: Texas A&M University, College Station, TX
- Message-ID: <4jnk05$dmv@news.tamu.edu>
- NNTP-Posting-Host: tam2000.tamu.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- I wrote a C program that I run on a unix machine to create a menu system.
- I use the system() command to have the commands executed. The only problem
- is that the system command causes the unix commands to be executed in sh.
- I would rather have them execute in my login shell tcsh so that I could make
- use of my aliases and some other things allowed in tcsh and not in sh.
-
- Erik McKee
-
- cc me a copy of responses by email because A&M news-server isn't the best
- on the planet. ;)
-
-
-